home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
catn
/
eof.n
< prev
next >
Wrap
Text File
|
1994-09-20
|
707b
|
67 lines
eof(n) Tcl Built-In Commands
_________________________________________________________________
NAME
eof - Check for end-of-file condition on open file
SYNOPSIS
eof _f_i_l_e_I_d
_________________________________________________________________
DESCRIPTION
Returns 1 if an end-of-file condition has occurred on
_f_i_l_e_I_d, 0 otherwise. _F_i_l_e_I_d must have been the return value
from a previous call to open, or it may be stdin, stdout, or
stderr to refer to one of the standard I/O channels.
KEYWORDS
end, file
Tcl 1